home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 42 / Softdisk for Windows 42.iso / QUARRY / QUARRY.EXE / QUARRY.dxr / 00171.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  165 b   |  12 lines

  1. on mouseUp
  2.   global NGAME, SOND
  3.   if SOND = 0 then
  4.     puppetSound("SCLICK")
  5.   end if
  6.   if SOND = 0 then
  7.     updateStage()
  8.   end if
  9.   set NGAME to 1
  10.   play done
  11. end
  12.